home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ian & Stuart's Australian Mac 1
/
Ian and Stuart's One (Australia).iso
/
Awards
/
Apple Cool Tool Awards 94
/
MacHTTP 1.3.1b16
/
search_script.cgi (text-only)
< prev
Wrap
Text File
|
1994-07-26
|
718b
|
16 lines
--this script should be compiled and saved as an application before running
on «event WWWΩsdoc» path_args ¬
given «class kfor»:http_search_args, «class post»:post_args, «class meth»:method, «class addr»:client_address, «class user»:username, «class pass»:password
--This is WEIRD syntax. What it really means is that you have the variables
-- path_args, http_search_args, client_address, username, and password to play with.
-- They are all strings.
return "You sent: path:" & path_args & ¬
"<br>search:" & http_search_args & ¬
"<br>post_args:" & post_args & ¬
"<br>method:" & method & ¬
"<br>address:" & client_address & ¬
"<br>user:" & username & ¬
"<br>password:" & password
end «event WWWΩsdoc»